Live freelance tracking. Raw descriptions turned into structured data. Find your next tech project without the noise.
upwork.com π‘ 2026-05-16
πΉ Fetch Live Music Venues Across US States Using Google Places API
π€ Client: πΊπΈ USA Member since 2026-05-14
π° Price: $300
π© Problem: Automate the process of collecting live music venue information from across all 50 US states using Python.
π¦ Existing: Not specified
Specifications:
[Target] Collect data on live music venues including names, addresses, and coordinates (lat/long)
[Method] Use Google Places API Text Search for each state
[UI/UX] Not applicable
[Stack] Python, Google Places API, CSV handling libraries (e.g., csv)
[Security] Ensure API key is stored securely; handle rate limits
[Format] Output data in a structured CSV file
Workflow:
1. Set up Google Places API credentials and obtain an API key.
2. Define a function to make API requests for each state, filtering by 'live music venue'.
3. Parse the JSON response to extract required fields (venue name, address, lat/long).
4. Write extracted data into a CSV file with headers: 'State', 'Venue Name', 'Address', 'Latitude', 'Longitude'.